home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8011 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.iadfw.net!usenet
  2. From: Larry Weiss <lfw@iadfw.net>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: why arrays may seem like pointers
  5. Date: Thu, 29 Feb 1996 22:08:00 -0600
  6. Organization: ...
  7. Message-ID: <31367820.4CFF@iadfw.net>
  8. References: <4gsdno$1bg@umbc9.umbc.edu> <313318b8.53776146@nntp.ix.netcom.com> <DnHyrp.CF8@eskimo.com> <3134A1C7.3FB7@oc.com> <4h2qksINN6fl@anvil.ugrad.cs.ubc.ca>
  9. NNTP-Posting-Host: dal10-09.ppp.iadfw.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Kazimir Kylheku wrote:
  16.  > 
  17.  >  > In article <3134A1C7.3FB7@oc.com>, Larry Weiss  <lfw@oc.com> wrote:
  18.  >  > ... It's actually "too bad" that one must understand pointers
  19.  >  >in order to understand arrays, in general, but then, that's C.
  20.  > 
  21.  > That is not true. To just learn basic array manipulation, you don't have to be
  22.  > aware that pointers are involved. 
  23.  
  24.  
  25. Please note that I said "understand arrays, in general", not "learn basic
  26. array manipulation".     I meant what I said, that is, a full understanding of
  27. the usage of arrays....at least that's what I understand "in general" to mean.
  28.